Platform Explorer / Nuxeo Platform 6.0

Operation Seam.GetCurrentDomain (UI Current Domain)

Description

Get the current Domain from the UI context.
Operation id Seam.GetCurrentDomain
Category Fetch
Label UI Current Domain
Requires Seam
Since

Parameters

No parameters.

Signature

Inputs void
Outputs document

Implementation Information

Implementation Class Class: org.nuxeo.ecm.automation.jsf.operations.GetCurrentDomain
Contributing Component org.nuxeo.ecm.automation.jsf.contrib

JSON Definition

{
  "id" : "Seam.GetCurrentDomain",
  "label" : "UI Current Domain",
  "category" : "Fetch",
  "requires" : "Seam",
  "description" : "Get the current Domain from the UI context.",
  "url" : "Seam.GetCurrentDomain",
  "signature" : [ "void", "document" ],
  "params" : [ ]
}